home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / programming / oracle7 7.2 / DB / UTIL72 / KOHUS.MSB < prev    next >
Encoding:
Text File  |  1995-08-30  |  68.0 KB  |  2,189 lines

  1.  
  2.                       S E S S I O N   M E N U
  3.  
  4. The Session menu commands allow you to connect to or disconnect from a
  5. database instance, enter a single operating system command,
  6. temporarily leave SQL*DBA in order to execute a series of operating
  7. system commands, or display debugging information for a stored procedure.
  8.  
  9.  
  10.  
  11.  
  12.                              C O N N E C T
  13.  
  14. Connect to a database instance
  15.  
  16.  
  17. Supply a username and password to connect to a database instance and
  18. start a session.
  19.  
  20. Command equivalent:  CONNECT (SQL*DBA)
  21.  
  22. Privilege Required:  CREATE SESSION
  23.  
  24. For more information, see:  ORACLE7 Server Utilities User's Guide
  25.  
  26.  
  27.  
  28.  
  29.  
  30.                       D I S C O N N E C T        
  31.  
  32. Disconnect from the instance. 
  33.  
  34. Command equivalent: DISCONNECT (SQL*DBA)
  35.  
  36. Privilege Required: None
  37.  
  38. For more information, see:  ORACLE7 Server Utilities User's Guide
  39.  
  40.  
  41.  
  42.  
  43.                         E N T E R   S Y S T E M
  44.  
  45. Run a single operating system command from within SQL*DBA.
  46.  
  47.  
  48. Fill in the desired operating system command.  The output is displayed
  49. in the output window.
  50.  
  51. Command equivalent:  HOST (SQL*DBA)
  52. Privilege Required:  None
  53.  
  54. For more information, see:  ORACLE7 Server Utilities User's Guide
  55.  
  56.  
  57.  
  58.  
  59.                          G O   T O   S Y S T E M 
  60.  
  61. Temporarily leave SQL*DBA in order to execute a series of operating
  62. system commands.
  63.  
  64. Choosing <Go To System> allows you to execute a series of operating
  65. system commands.  The method for returning to SQL*DBA when finished is
  66. specific to each operating system.  Consult your installation or
  67. user's guide for details.
  68.  
  69. Command equivalent:  HOST (SQL*DBA)
  70.  
  71. Privilege Required:  None
  72.  
  73. For more information, see:  ORACLE7 Server Utilities User's Guide
  74.  
  75.  
  76.  
  77.                          S E R V E R   O U T P U T   O N
  78.  
  79. Enables output to SQL*DBA output window from stored procedures and
  80. functions that use DBMS_OUTPUT PUTLINE calls. 
  81.  
  82.  
  83. This option brings up a dialog box that lets you specify the message
  84. buffer size (the total number of bytes from messages that can be
  85. accumulated at any one time). The default buffer size is 2000 bytes.
  86.  
  87. You must have the procedural option to create and execute stored 
  88. procedures.
  89.  
  90. Command equivalent:  SET SERVEROUT (SQL*DBA)
  91.  
  92. Privilege Required:  None
  93.  
  94. For more information, see:  ORACLE7 Server Utilities User's Guide
  95.  
  96.  
  97.  
  98.                    S E R V E R   O U T P U T   O F F
  99.  
  100. Disables output to SQL*DBA output window from stored procedures and
  101. functions that use DBMS_OUTPUT PUTLINE calls.
  102.  
  103. Command Equivalent:  SET SERVEROUT (SQL*DBA)
  104.  
  105. Privilege Required:  None
  106.  
  107. For more information, see:  ORACLE7 Server Utilities User's Guide
  108.  
  109.  
  110.  
  111.                           F I L E   M E N U
  112.  
  113. Use the File Menu options to run SQL scripts, turn spooling on and
  114. off, and exit SQL*DBA.
  115.  
  116.  
  117.  
  118.                          S Q L    S C R I P T
  119.  
  120.  
  121. Enter the filename of the script that you want to run.
  122.  
  123.  
  124.  
  125.                            S P O O L   O N
  126.  
  127.  
  128. Enables output spooling. Specify the name of the file that you want
  129. SQL*DBA's output to go to.
  130.  
  131.  
  132.  
  133.                           S P O O L   O F F
  134.  
  135. Disables output spooling.
  136.  
  137.  
  138.  
  139.                                 Q U I T 
  140.  
  141. Exit SQL*DBA after committing the current transaction, terminating the
  142. session, and returning control to the operating system.
  143.  
  144. Command equivalent:  EXIT (SQL*DBA)
  145.  
  146. Privilege Required:  None
  147.  
  148. For more information, see:  ORACLE7 Server Utilities User's Guide
  149.  
  150.  
  151.  
  152.  
  153.                            E D I T   M E N U
  154.  
  155. Use the Edit Menu options to access the SQL*DBA editing operations.
  156. All of these commands work in the editing window. Some, such as Copy,
  157. Previous Command, and Next Command work from the output window as
  158. well.
  159.  
  160.  
  161.  
  162.                                   C U T
  163.  
  164. Removes selected text and places it on the clipboard.
  165.  
  166.  
  167.  
  168.                                 C O P Y
  169.  
  170. Copies the selected text to the clipboard. This command works in the
  171. output window as well as the editing window.
  172.  
  173.  
  174.  
  175.                                P A S T E
  176.  
  177. Pastes the contents of the clipboard at the current cursor location.
  178.  
  179.  
  180.  
  181.                                C L E A R 
  182.  
  183. Erases the selected text. Does not affect the clipboard.
  184.  
  185.  
  186.                         N E X T   C O M M A N D
  187.  
  188. Copies the next command from the command history to the input window.
  189. This command works from the output window as well as from the editing
  190. window.
  191.  
  192.                      P R E V I O U S   C O M M A N D
  193.  
  194. Copies the previous command from the command history to the input
  195. window. This command works from the output window as well as from the
  196. editing window.
  197.  
  198.  
  199.  
  200.                       I N S T A N C E   M E N U
  201.  
  202. The Instance Menu commands allow you to use SQL*DBA to perform instance
  203. and database management.
  204.  
  205.  
  206.  
  207.                            S T A R T   U P
  208.  
  209. Start up a database.
  210.  
  211.  
  212. Choose <Start Instance, Mount and Open Database> to mount and open a
  213. database.
  214.  
  215.  
  216. Choose <Start Instance and Mount Database> to mount a database without
  217. opening it.
  218.  
  219.  
  220. Choose <Start Instance Only> to start the instance without mounting or
  221. opening a database.
  222.  
  223.  
  224. Choose <Mount Exclusive> to open the database for exclusive use by
  225. this instance.
  226.  
  227.  
  228. Choose <Mount Parallel> to allow it to be shared by other instances.
  229. (If the database has already been opened by another instance, then it
  230. must be opened in parallel mode.)  For more information, consult the
  231. ORACLE7 Parallel Server Administrator's Guide.
  232.  
  233.  
  234. If you are running in parallel mode, you can choose <Retry> to attempt
  235. to reopen the database every five seconds, if the instance is busy
  236. being recovered by another instance.
  237.  
  238.  
  239. Choose <Database Name> to specify the name of the database in the data
  240. entry field.  If an initialization parameter file is specified, then
  241. the name of the database is given by the DB_NAME initialization
  242. parameter.  If the database name is also specified in the <Database
  243. Name> field, then the specifications must match.  (The DB_NAME
  244. parameter is described in the ORACLE7 Server Administrator's Guide.)
  245.  
  246.  
  247. Choose <Parameter File> to specify the name of the initialization
  248. parameter file.
  249.  
  250.  
  251. Choose <Abort Current Instance Before Startup> to abort the current
  252. instance and start the new instance in one operation.  This option
  253. should only be used when an existing database cannot be shut down, or
  254. when an instance will not start due to internal problems.
  255.  
  256.  
  257. Choose <Enable Restricted Access> to allow general database access.
  258. By default, database access is restricted to users who have the
  259. RESTRICTED SESSION system privilege.
  260.  
  261.  
  262. Choose <Recover Before Open> to mount the database without opening it,
  263. and do full database recovery.
  264.  
  265. Command equivalent:  STARTUP (SQL*DBA)
  266.  
  267. Privilege Required:  Connected as Internal
  268.  
  269. For more information, see:  ORACLE7 Server Administrator's Guide
  270.  
  271.  
  272.  
  273.  
  274.                          S H U T   D O W N
  275.  
  276. Shut down a database.  When you choose <Shut Down>, a sidebar menu is
  277. displayed, allowing termination in one of 3 ways: <Normal>,
  278. <Immediate>, or <Abort Instance>.
  279.  
  280.  
  281.  
  282. <Normal>: Shuts down after all current users have disconnected from
  283. the database.  New users are prevented from connecting, but current
  284. users can complete their work.
  285.  
  286.  
  287. <Immediate>: Immediately disconnects all users, rollbacks any
  288. uncommitted transactions, and shuts down as soon as the rollbacks
  289. complete.
  290.  
  291.  
  292. <Abort Instance>: Immediately shuts down the database without waiting
  293. for transactions to roll back. This option is only for use in
  294. emergency situations.  This option forces instance recovery on
  295. startup.
  296.  
  297.  
  298. In Trusted ORACLE, you can use the SHUTDOWN command at the command
  299. line prompt to automatically shut down a secondary database. At the
  300. command line prompt, specify one of the shutdown parameters (ABORT,
  301. IMMEDIATE, or NORMAL) followed by the name of the database link to the
  302. secondary database to be shutdown.  For example, to normally shut down
  303. a secondary database that has a database link of UNCLAS, you would
  304. issue the following command: SHUTDOWN NORMAL unclas
  305.  
  306. Command equivalent:  SHUTDOWN (SQL*DBA)
  307.  
  308. Privilege Required:  Connected as Internal
  309.  
  310. For more information, see:  ORACLE7 Server Administrator's Guide, and the
  311. Trusted ORACLE7 Server Administrator's Guide
  312.  
  313.  
  314.  
  315.  
  316.                         M O U N T   D A T A B A S E
  317.  
  318.  
  319. When you choose <Mount Database>, a sidebar menu is displayed, giving
  320. you the choice of <Exclusive> or <Parallel>.  Choose <Exclusive> to
  321. open the database for exclusive use by this instance, or <Parallel> to
  322. allow it to be shared by other instances.
  323.  
  324. After performing this operation, you can carry out the administrative
  325. functions that require the database to be mounted, but not open.
  326.  
  327. If the database has already been opened by another instance, then it
  328. must be opened in parallel mode.
  329.  
  330. Choosing <Parallel> is only possible if you have installed the ORACLE
  331. Parallel Server.  Consult the ORACLE7 Parallel Server Administrator's
  332. Guide for more information.
  333.  
  334. Command equivalent:  ALTER DATABASE MOUNT (SQL)
  335.  
  336. Privilege Required:  ALTER DATABASE
  337.  
  338. If you are using Trusted ORACLE to mount a secondary database,
  339. additional prerequisites are needed.
  340.  
  341. For more information, see: ORACLE7 Server Administrator's Guide, the
  342. ORACLE 7 Server SQL Language Reference Manual, and the Trusted ORACLE7
  343. Server Administrator's Guide
  344.  
  345.  
  346.  
  347.  
  348.                        O P E N   D A T A B A S E 
  349.  
  350. This option opens a mounted database, allowing users to connect to it.
  351.  
  352. Command equivalent:  ALTER DATABASE OPEN (SQL)
  353.  
  354. Privilege Required:  ALTER DATABASE
  355.  
  356. If you are using Trusted ORACLE to open a secondary database,
  357. additional prerequisites are needed.
  358.  
  359. For more information, see: ORACLE7 Server Administrator's Guide, the
  360. ORACLE 7 Server SQL Language Reference Manual, and the Trusted ORACLE7
  361. Server Administrator's Guide
  362.  
  363.  
  364.  
  365.  
  366.                       F O R C E   C H E C K P O I N T
  367.  
  368. When you choose <Force Checkpoint>, an options menu is displayed,
  369. giving you the choice of <Local> or <Global>.  In single-instance
  370. ORACLE, both options are equivalent.
  371.  
  372.  
  373. <Global>: Checkpoint all instances accessing the current database.
  374. This option is only useful for the ORACLE Parallel Server
  375.  
  376.  
  377. <Local>: Checkpoint only the instance to which you are currently
  378. connected.
  379.  
  380. Command equivalent:  ALTER SYSTEM CHECKPOINT (SQL)
  381.  
  382. Privilege Required:  ALTER SYSTEM 
  383.  
  384. If you are using Trusted ORACLE in DBMS MAC mode, your current DBMS
  385. label must be at the label equivalent of DBHIGH.
  386.  
  387. For more information, see: ORACLE7 Server Administrator's Guide, the
  388. ORACLE7 Server SQL Language Reference Manual, and the Trusted ORACLE7
  389. Server Administrator's Guide
  390.  
  391.  
  392.  
  393.  
  394.                       F O R C E   L O G   S W I T C H
  395.  
  396. This option forces a log switch from the currently active redo log
  397. group to the next group.  After the log switch completes, the members
  398. of the previously active group are available for maintenance
  399. operations, such as archiving.
  400.  
  401. Command equivalent:  ALTER SYSTEM SWITCH LOGFILE (SQL)
  402.  
  403. Privilege Required:  ALTER SYSTEM 
  404.  
  405. If you are using Trusted ORACLE in DBMS MAC mode, your current DBMS
  406. label must be at the label equivalent of DBHIGH.
  407.  
  408. For more information, see: ORACLE7 Server Administrator's Guide, the
  409. ORACLE7 Server SQL Language Reference Manual, and the Trusted ORACLE7
  410. Server Administrator's Guide
  411.  
  412.  
  413.  
  414.  
  415.                   C O N F I G U R E   D I S P A T C H E R S
  416.  
  417. Specify the number of dispatcher processes using specific protocols.
  418.  
  419.  
  420. Type in the protocol name and the total number of dispatchers that
  421. will use that protocol.  Choose <Add> to insert that specification
  422. into the list of specifications to be implemented.  Use the same
  423. procedure to specify the number of dispatchers using other protocols.
  424.  
  425. To remove a protocol from the list, select it and then choose
  426. <Remove>.  The existing number of dispatchers using that protocol then
  427. remains unchanged.  To eliminate dispatchers using a specific
  428. protocol, specify that protocol, and then specify zero for the number
  429. of dispatchers.
  430.  
  431. Command equivalent:  ALTER SYSTEM SET MTS_DISPATCHERS  (SQL)
  432.  
  433. Privilege Required:  ALTER SYSTEM
  434.  
  435. If you are using Trusted ORACLE in DBMS MAC mode, your current DBMS
  436. label must be at the label equivalent of DBHIGH.
  437.  
  438. For more information, see: ORACLE7 Server Administrator's Guide, the
  439. ORACLE7 Server SQL Language Reference Manual, and the Trusted ORACLE7
  440. Server Administrator's Guide
  441.  
  442.  
  443.  
  444.  
  445.                C O N F I G U R E   S H A R E D   S E R V E R
  446.  
  447. Specify the number of shared server processes.
  448.  
  449.  
  450. Specify the total number of shared server processes that should exist,
  451. and choose [Ok].
  452.  
  453. Command equivalent:  ALTER SYSTEM SET MTS_SERVERS  (SQL)
  454.  
  455. Privilege Required:  ALTER SYSTEM
  456.  
  457. If you are using Trusted ORACLE in DBMS MAC mode, your current DBMS
  458. label must be at the label equivalent of DBHIGH.
  459.  
  460. For more information, see: ORACLE7 Server Administrator's Guide, the
  461. ORACLE7 Server SQL Language Reference Manual, and the Trusted ORACLE7
  462. Server Administrator's Guide
  463.  
  464.  
  465.  
  466.  
  467.                        P R E V E N T   C O N N E C T I O N
  468.  
  469. This option restricts database access to those users with the
  470. RESTRICTED SESSION system privilege.  Any users currently connected to
  471. the database continue without interruption, until they disconnect or
  472. are terminated with the KILL SESSION option in the INSTANCE menu.
  473.  
  474. Command equivalent:  ALTER SYSTEM ENABLE RESTRICTED SESSION (SQL)
  475.  
  476. Privilege Required:  ALTER SYSTEM
  477.  
  478. If you are using Trusted ORACLE in DBMS MAC mode, your current DBMS
  479. label must be at the label equivalent of DBHIGH.
  480.  
  481. For more information, see: ORACLE7 Server Administrator's Guide, the
  482. ORACLE7 Server SQL Language Reference Manual, and the Trusted ORACLE7
  483. Server Administrator's Guide
  484.  
  485.  
  486.  
  487.  
  488.                          A L L O W   C O N N E C T I O N
  489.  
  490. This option opens database access to all users.
  491.  
  492. Command equivalent:  ALTER SYSTEM DISABLE RESTRICTED SESSION (SQL)
  493.  
  494. Privilege Required:  ALTER SYSTEM
  495.  
  496. If you are using Trusted ORACLE in DBMS MAC mode, your current DBMS
  497. label must be at the label equivalent of DBHIGH.
  498.  
  499. For more information, see: ORACLE7 Server Administrator's Guide, the
  500. ORACLE7 Server SQL Language Reference Manual, and the Trusted ORACLE7
  501. Server Administrator's Guide
  502.  
  503.  
  504.  
  505.  
  506.                                K I L L   S E S S I O N
  507.  
  508. Kill a user session.
  509.  
  510.  
  511. When you choose <Kill Session> a list appears showing all current
  512. users, their sessions, and the serial number for each session.  Select
  513. the session you want to terminate, using session number and serial
  514. number to distinguish between multiple sessions that belong to the
  515. same user.  Then press [Execute] or choose <OK> to terminate the
  516. session.
  517.  
  518. Command equivalent:  ALTER SYSTEM KILL SESSION (SQL)
  519.  
  520. Privilege Required:  ALTER SYSTEM
  521.  
  522. If you are using Trusted ORACLE in DBMS MAC mode, your current DBMS
  523. label must be at the label equivalent of DBHIGH.
  524.  
  525. For more information, see: ORACLE7 Server Administrator's Guide, the
  526. ORACLE7 Server SQL Language Reference Manual, and the Trusted ORACLE7
  527. Server Administrator's Guide
  528.  
  529.  
  530.  
  531.  
  532.                          S T O R A G E   M E N U
  533.  
  534. When you select the Storage menu command, a pull-right menu appears.
  535. You can choose to set Tablespace or Rollback Segment storage
  536. parameters.
  537.  
  538.  
  539.  
  540.                       T A B L E S P A C E   M E N U
  541.  
  542. This menu provides access to the tablespace management commands
  543. available through SQL*DBA.  For more information on the Tablespace menu
  544. commands, see the ORACLE7 Server Administrator's Guide
  545.  
  546.  
  547.  
  548.  
  549.                                 C R E A T E
  550.  
  551. Create a tablespace.
  552.  
  553. This option lets you create a tablespace, specifying data files,
  554. default storage parameters, and whether the tablespace should go
  555. online immediately or stay offline.
  556.  
  557.  
  558. Begin by entering the name of the tablespace you want to create.
  559.  
  560.  
  561. Type filenames, separated by commas, at the <Data Files> prompt.
  562. (Filenames should be enclosed in single quotes if they contain any
  563. special characters.)  Or use [List] to bring up the <File
  564. Specification> dialog box.
  565.  
  566.  
  567. <File Specification> Dialog Box: Type in the name of a new data file
  568. and specify its size in Kbytes or Mbytes.  Choose <Reuse Existing
  569. File, If Present> to use an existing file after erasing its contents.
  570. If size is specified along with <Reuse Existing File, If Present>, the
  571. size must match the existing file.
  572.  
  573. Choose <Add> to add the file specification to the list of files to be
  574. included in the tablespace.  To remove a file from the list, select
  575. the file name and then choose <Remove>.
  576.  
  577. Datafile specifications are discussed in the ORACLE7 Server
  578. Administrator's Guide.
  579.  
  580.  
  581. Select <Storage> and type in storage parameters separated by commas.
  582. (Storage parameters are described in the ORACLE7 Server
  583. Administrator's Guide.)  Or use [List] to bring up the <Set Default
  584. Segment Storage> dialog box.
  585.  
  586.  
  587. <Set Default Segment Storage> Dialog Box: Check off the options you
  588. want to specify, and fill in their values.  Extent size can be entered
  589. in Kbytes or Mbytes. Your specifications are then included in the
  590. create tablespace dialog.
  591.  
  592.  
  593. Choose if you want to bring the tablespace online immediately after it
  594. is created or leave it offline, by selecting either <Bring Online
  595. After Creation> or <Leave Offline After Creation> respectively.
  596.  
  597. Command equivalent:  CREATE TABLESPACE (SQL)
  598. Privilege Required:  CREATE TABLESPACE
  599.  
  600. If you are using Trusted ORACLE in DBMS MAC mode, your operating
  601. system label must be the equivalent of DBHIGH, your DBMS label must
  602. equal the label at which you want the tablespace created, and you
  603. cannot reuse a tablespace name that previously existed in the DBMS MAC
  604. database at a different label.
  605.  
  606. Usage Notes
  607.  
  608. If you are using Trusted ORACLE in either DBMS MAC or OS MAC mode,
  609. tablespaces are automatically labeled at your DBMS label.
  610.  
  611. For more information, see: ORACLE7 Server Administrator's Guide, the
  612. ORACLE7 Server SQL Language Reference Manual, and the Trusted ORACLE7
  613. Server Administrator's Guide
  614.  
  615.  
  616.  
  617.  
  618.                                 D R O P
  619.  
  620. Drop a tablespace.  
  621.  
  622.  
  623. Select the tablespace to drop.  If the tablespace is empty, this
  624. selection is sufficient.  If the tablespace is not empty, then you
  625. must also choose <Drop Constrained Objects, If Present> for the drop
  626. to succeed.
  627.  
  628.  
  629. You may also choose to cascade the drop of integrity constraints.  If
  630. any integrity constraints from tables in other tablespaces reference
  631. tables in the tablespace to be dropped, then the drop fails if <Drop
  632. Dependent Referenctial Constraints> is not specified.  If <Drop
  633. Dependent Referential Constraints> is specified, then all integrity
  634. constraints that reference the tables in the dropped tablespace are
  635. removed from the tables that contain them.
  636.  
  637. Command equivalent:  DROP TABLESPACE (SQL)
  638.  
  639. Privilege Required:  DROP TABLESPACE
  640.  
  641. If you are using Trusted ORACLE in DBMS MAC mode, you must have write
  642. access to the tablespace (your DBMS label must match the object's
  643. creation label or you must have sufficient MAC privileges).
  644.  
  645. For more information, see: ORACLE7 Server Administrator's Guide, the
  646. ORACLE7 Server SQL Language Reference Manual, and the Trusted ORACLE7
  647. Administrator's Guide
  648.  
  649.  
  650.  
  651.  
  652.                             S E T   O N L I N E
  653.  
  654. Bring a tablespace online.
  655.  
  656.  
  657. All currently offline tablespaces are listed.  Select a tablespace and
  658. choose <OK> to bring it online.
  659.  
  660. Command equivalent:  ALTER TABLESPACE ... ONLINE (SQL)
  661.  
  662. Privilege Required:  ALTER TABLESPACE
  663.  
  664. If you are using Trusted ORACLE in DBMS MAC mode, you must have write
  665. access to the tablespace (your DBMS label must match the object's
  666. creation label or you must have sufficient MAC privileges).
  667.  
  668. For more information, see: ORACLE7 Server Administrator's Guide, the
  669. ORACLE7 Server SQL Language Reference Manual, and the Trusted ORACLE7
  670. Server Administrator's Guide
  671.  
  672.  
  673.  
  674.  
  675.                          S E T   O F F L I N E
  676.  
  677. Take a tablespace offline.
  678.  
  679.  
  680. Select a tablespace and choose <OK> to take it offline.  You may
  681. choose to take if off line in one of three ways: <After Checkpointing
  682. All Data Files of Tablespace>, <After Checkpointing Online Data Files
  683. of Tablespace>, or <Without Checkpointing Data Files of Tablespace>.
  684.  
  685.  
  686. <After Checkpointing All Data Files of Tablespace>: Checkpoint all
  687. data files in the tablespace and ensure that the files can be written
  688. before taking the tablespace offline.
  689.  
  690.  
  691. <After Checkpointing Online Data Files of Tablespace>: Checkpoint the
  692. online data files and ensure that they can be written. Then begin the
  693. checkpoint process.  Continue without waiting for it to complete.
  694. Media recovery may be necessary when you bring the tablespace back
  695. online.
  696.  
  697.  
  698. <Without Checkpointing Data Files of Tablespace>: Take the tablespace
  699. offline without checkpointing.  Media recovery is required when you
  700. bring the tablespace back online.  This option is only allowed if the
  701. database is archiving.
  702.  
  703. Command equivalent:  ALTER TABLESPACE ... OFFLINE (SQL)
  704.  
  705. Privilege Required:  ALTER TABLESPACE
  706.  
  707. If you are using Trusted ORACLE in DBMS MAC mode, you must have write
  708. access to the tablespace (your DBMS label must match the object's
  709. creation label or you must have sufficient MAC privileges).
  710.  
  711. For more information, see: ORACLE7 Server Administrator's Guide, the
  712. ORACLE7 Server SQL Language Reference Manual, and the Trusted ORACLE7
  713. Server Administrator's Guide
  714.  
  715.  
  716.  
  717.  
  718.                          A D D   D A T A   F I L E
  719.  
  720. Add data files to a tablespace.
  721.  
  722.  
  723. Select the tablespace to which you wish to add a data file, then type
  724. in filenames.  Filenames should be enclosed in single quotes and
  725. separated by commas.  Or use [List] to bring up the <File
  726. Specification> dialog box.
  727.  
  728.  
  729. <File Specification> Dialog Box: Type in a new filename and specify
  730. the file's size, or enter the name of an existing file.  If the file
  731. already exists, specify <Reuse> to clear it of its current contents.
  732. (If, along with <Reuse>, the file's size is also specified, it must
  733. match the file's actual size.)  Choose <Add> to insert that
  734. specification into the list of files to add.  Use the same procedure
  735. to specify other files.  To remove a file from the list, select it and
  736. then choose <Remove>.
  737.  
  738. Command equivalent:  ALTER TABLESPACE ADD DATAFILE (SQL)
  739.  
  740. Privilege Required:  ALTER TABLESPACE
  741.  
  742. If you are using Trusted ORACLE in DBMS MAC mode, you must have write
  743. access to the tablespace (your DBMS label must match the object's
  744. creation label or you must have sufficient MAC privileges) and your
  745. operating system label must be at the equivalent of DBHIGH.
  746.  
  747. Usage Notes
  748.  
  749. If you are using Trusted ORACLE, all files you add to the tablespace
  750. are classified at the operating system equivalent of DBHIGH.
  751.  
  752. For more information, see: ORACLE7 Server Administrator's Guide, the
  753. ORACLE7 Server SQL Language Reference Manual, and the Trusted ORACLE7
  754. Server Administrator's Guide
  755.  
  756.  
  757.  
  758.  
  759.                        R E N A M E   D A T A   F I L E
  760.  
  761. Rename data files in a tablespace.
  762.  
  763.  
  764. Select the tablespace containing the files you want to rename, then
  765. type in the old filename or use [List] to bring up the <Current
  766. Datafiles List> dialog box.
  767.  
  768.  
  769. <Current Datafiles List> Dialog Box: Select one or more data files
  770. from this list, and choose <OK> to return to the <Rename Data File>
  771. dialog box--the old filename field is then filled in with your
  772. choices.
  773.  
  774.  
  775. Fill in the new filenames, then press [Execute] or choose <OK> to
  776. perform the rename.
  777.  
  778. Command equivalent:  ALTER TABLESPACE RENAME DATAFILE (SQL)
  779.  
  780. Privilege Required:  ALTER TABLESPACE
  781.  
  782. If you are using Trusted ORACLE in DBMS MAC mode, you must have write
  783. access to the tablespace (your DBMS label must match the object's
  784. creation label or you must have sufficient MAC privileges).
  785.  
  786. For more information, see: ORACLE7 Server Administrator's Guide, the
  787. ORACLE7 Server SQL Language Reference Manual, and the Trusted ORACLE7
  788. Server Administrator's Guide
  789.  
  790.  
  791.  
  792.  
  793.                    A L T E R   D E F A U L T   S T O R A G E
  794.  
  795. Change default storage parameters for objects subsequently created in
  796. a tablespace.
  797.  
  798.  
  799. Choose the tablespace you want to change, check off the desired
  800. parameter(s), and fill in the appropriate value(s).
  801.  
  802. Command equivalent:  ALTER TABLESPACE ... DEFAULT STORAGE (SQL)
  803.  
  804. Privilege Required:  ALTER TABLESPACE
  805.  
  806. If you are using Trusted ORACLE in DBMS MAC mode, you must have write
  807. access to the tablespace (your DBMS label must match the object's
  808. creation label or you must have sufficient MAC privileges).
  809.  
  810. For more information, see: ORACLE7 Server Administrator's Guide, the
  811. ORACLE7 Server SQL Language Reference Manual, and the Trusted ORACLE7
  812. Server Administrator's Guide
  813.  
  814.  
  815.  
  816.  
  817.                 R O L L B A C K   S E G M E N T   M E N U 
  818.  
  819. The Rollback Segment menu provides access to the rollback segment
  820. management commands available through SQL*DBA.  For more information on
  821. the Rollback Segment menu commands, see the ORACLE7 Server
  822. Administrator's Guide.
  823.  
  824.  
  825.  
  826.  
  827.                                C R E A T E
  828.  
  829. Create a rollback segment.
  830.  
  831.  
  832. Choose <Public> or <Private> to specify the kind of rollback segment
  833. you want to create.
  834.  
  835.  
  836. Enter the name of the rollback segment, then enter the name of the
  837. tablespace in which to create it, or else select the tablespace field
  838. to bring up the <Tablespace List> dialog box.
  839.  
  840.  
  841. <Tablespace List> Dialog Box: Choose a tablespace from those listed,
  842. and select <Ok> to return to the <Create Rollback Segment> dialog box.
  843.  
  844.  
  845. To change storage parameters, position your cursor at the <Storage
  846. Parameters> prompt, and then specify the storage parameters (described
  847. in the ORACLE7 Server Administrator's Guide or use [List] to bring up
  848. the <Set Rollback Segment Storage> dialog box.
  849.  
  850.  
  851. <Set Rollback Segment Storage> Dialog Box: Check off the parameters
  852. you wish to set and fill in the appropriate values, then choose
  853. <Ok>.  Extent and segment sizes can be entered in Kbytes or Mbytes.
  854.  
  855. Command equivalent:  CREATE ROLLBACK SEGMENT (SQL)
  856.  
  857. Privilege Required:  CREATE ROLLBACK SEGMENT
  858.  
  859. Usage Notes
  860.  
  861. If you are using Trusted ORACLE in either DBMS MAC or OS MAC mode,
  862. rollback segments are automatically labeled at your current DBMS
  863. label.
  864.  
  865. For more information, see: ORACLE7 Server Concepts Manual, and the
  866. Trusted ORACLE7 Server Administrator's Guide
  867.  
  868.  
  869.  
  870.  
  871.                                 D R O P
  872.  
  873. Drop a rollback segment.
  874.  
  875.  
  876. Select the rollback segment you want to drop, then press [Execute] or
  877. choose <OK> to drop it.  Press [Cancel] or choose the <Cancel> button
  878. to exit from the list without dropping a rollback segment.
  879.  
  880. Command equivalent:  DROP ROLLBACK SEGMENT (SQL)
  881.  
  882. Privilege Required:  DROP ROLLBACK SEGMENT
  883.  
  884. If you are using Trusted ORACLE in DBMS MAC mode, you must have write
  885. access to the rollback segment (your DBMS label must match the
  886. object's creation label or you must have sufficient MAC privileges).
  887.  
  888. For more information, see: ORACLE7 Server Administrator's Guide, and
  889. the Trusted ORACLE7 Server Administrator's Guide
  890.  
  891.  
  892.  
  893.  
  894.                            S E T   O N L I N E
  895.  
  896. Bring a rollback segment online.
  897.  
  898.  
  899. Select the rollback segment you wish to bring online.  Press [Execute]
  900. or choose <OK> to bring it online.  Press [Cancel] or choose the
  901. <Cancel> button to exit without bringing it online.
  902.  
  903. Command equivalent:  ALTER ROLLBACK SEGMENT ... ONLINE (SQL)
  904.  
  905. Privilege Required:  ALTER ROLLBACK SEGMENT
  906.  
  907. If you are using Trusted ORACLE in DBMS MAC mode, you must have write
  908. access to the rollback segment (your DBMS label must match the
  909. object's creation label or you must have sufficient MAC privileges).
  910.  
  911. For more information, see: ORACLE7 Server Concepts Manual, and the
  912. Trusted ORACLE7 Server Administrator's Guide
  913.  
  914.  
  915.  
  916.  
  917.                              S E T   O F F L I N E
  918.  
  919. Take a rollback segment offline.
  920.  
  921.  
  922. Select the rollback segment you want to take offline.  Press [Execute]
  923. or choose <OK> to do so.  Press [Cancel] or choose the <Cancel> button
  924. to exit without taking it offline.
  925.  
  926. Command equivalent:  ALTER ROLLBACK SEGMENT ... OFFLINE (SQL)
  927.  
  928. Privilege Required:  ALTER ROLLBACK SEGMENT
  929.  
  930. If you are using Trusted ORACLE in DBMS MAC mode, you must have write
  931. access to the rollback segment (your DBMS label must match the
  932. object's creation label or you must have sufficient MAC privileges).
  933.  
  934. For more information, see: ORACLE7 Server Administrator's Guide and
  935. the Trusted ORACLE7 Server Administrator's Guide
  936.  
  937.  
  938.  
  939.                            A L T E R   S T O R A G E
  940.  
  941. Change storage parameters for a rollback segment.
  942.  
  943.  
  944. Select the rollback segment you wish to alter.  Check off the
  945. parameters you want to change and fill in the appropriate values.
  946. Information on the structure of rollback segments, and guidelines for
  947. specifying storage parameters are given in the ORACLE7 Server
  948. Administrator's Guide.
  949.  
  950. Command equivalent:  ALTER ROLLBACK SEGMENT ... STORAGE (SQL)
  951.  
  952. Privilege Required:  ALTER ROLLBACK SEGMENT
  953.  
  954. If you are using Trusted ORACLE in DBMS MAC mode, you must have write
  955. access to the rollback segment (your DBMS label must match the
  956. object's creation label or you must have sufficient MAC privileges).
  957.  
  958. For more information, see: ORACLE7 Server Concepts Manual, and the
  959. Trusted ORACLE7 Server Administrator's Guide
  960.  
  961.  
  962.  
  963.                                L O G   M E N U
  964.  
  965. The Log menu provides access to the redo log management commands
  966. available through SQL*DBA.  For more information on the Log menu
  967. commands, see the ORACLE7 Server Administrator's Guide.
  968.  
  969.  
  970.  
  971.  
  972.                               A D D   G R O U P
  973.  
  974. Add a new online redo log group.
  975.  
  976.  
  977. For parallel instances accessing the same database, you can specify
  978. the thread (instance) to which the new group will belong by filling in
  979. the appropriate thread number at the <Thread Number> prompt.
  980.  
  981.  
  982. Type the group number at the <Group Number> prompt.
  983.  
  984.  
  985. Enter the names of redo log files (that is, member names) in the
  986. <Online Redo Log Members> field.  Filenames should be enclosed in
  987. single quotes and separated by commas.
  988.  
  989. As an alternative to typing in the list, press [List] in the <Online
  990. Redo Log Members> field to bring up the <Specify Online Redo Log
  991. Members> dialog box.
  992.  
  993.  
  994. <Specify Online Redo Log Members> dialog box: Type in a filename.
  995. Choose <Add> to add it to the group.  All files specified in this
  996. manner have the size specified in the <Member Size> field of the main
  997. dialog box. To drop a file from the group, select it and then choose
  998. <Remove>.  Choosing <OK> or <Cancel> returns to the <Add Online Redo
  999. Log Group> dialog box.
  1000.  
  1001.  
  1002. Enter the size, in Kbytes or Mbytes, in the <Member Size> field. This size
  1003. applies to all files in the list.  
  1004.  
  1005.  
  1006. If you specify <Reuse Existing File>, then the file must exist and
  1007. have the specified size.  The file's contents are then erased.
  1008.  
  1009. Command equivalent:  ALTER DATABASE ADD LOGFILE GROUP (SQL)
  1010.  
  1011. Privilege Required:  ALTER DATABASE
  1012.  
  1013. For more information, see:  ORACLE7 Server Administrator's Guide  
  1014.  
  1015.  
  1016.  
  1017.  
  1018.                             D R O P   G R O U P
  1019.  
  1020. Drop an online redo log group.
  1021.  
  1022.  
  1023. Select the logfile group you want to drop and then press [Execute] or
  1024. choose <OK> to drop it.  Press [Cancel] or choose the <Cancel> button
  1025. to exit the window without dropping a logfile group.
  1026.  
  1027. Command equivalent:  ALTER DATABASE DROP LOGFILE GROUP (SQL)
  1028.  
  1029. Privilege Required:  ALTER DATABASE
  1030.  
  1031. For more information, see:  ORACLE7 Server Administrator's Guide  
  1032.  
  1033.  
  1034.  
  1035.  
  1036.                              A D D   M E M B E R
  1037.  
  1038. Add a redo log file to a redo log group.
  1039.  
  1040.  
  1041. Specify a list of logfiles to add.  Logfile names should be enclosed
  1042. in quotes and separated by commas.  As an alternative to typing the
  1043. list, press the [List] key in the <Members to Add> field to bring up
  1044. the <Specify Online Redo Log Members> dialog box.
  1045.  
  1046.  
  1047. <Specify Online Redo Log Members> Dialog Box: Type in a filename.
  1048. Choose <Add> to add it to the list.  If you specify <Reuse>, the file
  1049. must exist.  (Its contents are then erased.)  To remove a file from
  1050. the list, select it and then choose <Remove>.  Choose <OK> to return
  1051. to the <Add Online Redo Log Member> dialog box.
  1052.  
  1053.  
  1054. Enter the number of the group you wish to add members to, or use
  1055. [List] to bring up the <Online Redo Log Group List>.
  1056.  
  1057.  
  1058. <Online Redo Log Group List> Dialog Box: From this list box, you can
  1059. select the redo log group to add to.  Choose <OK> to return to the
  1060. <Add Online Redo Log Member> dialog box.
  1061.  
  1062. Command equivalent:  ALTER DATABASE ADD LOGFILE MEMBER (SQL)
  1063.  
  1064. Privilege Required:  ALTER DATABASE
  1065.  
  1066. For more information, see:  ORACLE7 Server Administrator's Guide  
  1067.  
  1068.  
  1069.  
  1070.  
  1071.                          R E N A M E   M E M B E R
  1072.  
  1073. Rename a redo log file in a redo log group.
  1074.  
  1075.  
  1076. Type in the log file to rename, or use [List] to select the filename
  1077. from the <Online Redo Log Member List> dialog box.
  1078.  
  1079.  
  1080. Choose the log file to rename and select <OK> to approve your
  1081. selection and return to the main dialog box.
  1082.  
  1083.  
  1084. After specifying the filename, fill in the new filename in the
  1085. original dialog box.  Then press [Execute] or choose <Ok> to perform
  1086. the rename.
  1087.  
  1088. Command equivalent:  ALTER DATABASE RENAME FILE (SQL)
  1089.  
  1090. Privilege Required:  ALTER DATABASE
  1091.  
  1092. For more information, see:  ORACLE7 Server Administrator's Guide 
  1093.  
  1094.  
  1095.  
  1096.  
  1097.                            D R O P   M E M B E R
  1098.  
  1099. Drop a redo log file from a redo log group.
  1100.  
  1101.  
  1102. Select the log file to drop and press [Execute] or choose <OK> to drop
  1103. it.  Press [Cancel] or choose the <Cancel> button to exit this window
  1104. without dropping a logfile.
  1105.  
  1106. Command equivalent:  ALTER DATABASE DROP LOGFILE MEMBER (SQL)
  1107.  
  1108. Privilege Required:  ALTER DATABASE
  1109.  
  1110. For more information, see:  ORACLE7 Server Administrator's Guide  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.                           E N A B L E   T H R E A D
  1116.  
  1117. Enable the specified thread of redo log files.
  1118.  
  1119.  
  1120. Choose the thread you want to enable.  For parallel servers, you may
  1121. also choose to make the thread available to any instance, instead of
  1122. restricting it to the current instance.  For single-instance ORACLE,
  1123. these options are equivalent.
  1124.  
  1125. Command equivalent:  ALTER DATABASE ENABLE THREAD (SQL)
  1126.  
  1127. Privilege Required:  ALTER DATABASE
  1128.  
  1129. For more information, see:  ORACLE7 Server Administrator's Guide  
  1130.  
  1131.  
  1132.  
  1133.  
  1134.                          D I S A B L E   T H R E A D
  1135.  
  1136. Disable a specified thread of redo log files.
  1137.  
  1138.  
  1139. Choose the thread you want to disable.  Press [Execute] or choose <OK>
  1140. to disable it.  Press [Cancel] or choose the <Cancel> button to exit
  1141. this window without disabling a thread.
  1142.  
  1143. Command equivalent:  ALTER DATABASE DISABLE THREAD (SQL)
  1144.  
  1145. Privilege Required:  ALTER DATABASE
  1146.  
  1147. For more information, see:  ORACLE7 Server Administrator's Guide 
  1148.  
  1149.  
  1150.  
  1151.  
  1152.                        S T A R T   A U T O   A R C H I V E
  1153.  
  1154. Start automatic archiving of redo logs.
  1155.  
  1156.  
  1157. Press [Execute] or choose <OK> to begin automatic archiving.  To
  1158. override the destination set at startup by the LOG_ARCHIVE_DEST
  1159. parameter, enter a new destination at the <New Archive Destination>
  1160. prompt.
  1161.  
  1162. Command equivalent:  ALTER SYSTEM ARCHIVE LOG START (SQL)
  1163.  
  1164. Privilege Required:  ALTER SYSTEM
  1165.  
  1166. If you are using Trusted ORACLE in DBMS MAC mode, your current DBMS label 
  1167. must be at the label equivalent of DBHIGH.
  1168.  
  1169. For more information, see:  ORACLE7 Server Administrator's Guide, and the
  1170. Trusted ORACLE7 Server Administrator's Guide 
  1171.  
  1172.  
  1173.  
  1174.  
  1175.                     S T O P   A U T O   A R C H I V E
  1176.  
  1177. Stop automatic archiving of redo logs.
  1178.  
  1179. Command equivalent:  ALTER SYSTEM ARCHIVE LOG STOP (SQL)
  1180.  
  1181. Privilege Required:  ALTER SYSTEM
  1182.  
  1183. If you are using Trusted ORACLE in DBMS MAC mode, your current DBMS
  1184. label must be at the label equivalent of DBHIGH.
  1185.  
  1186. For more information, see: ORACLE7 Server Administrator's Guide, and
  1187. the Trusted ORACLE7 Server Administrator's Guide
  1188.  
  1189.  
  1190.  
  1191.  
  1192.                      B E G I N   M A N U A L   A R C H I V E
  1193.  
  1194. Perform a manual archive of one or more redo logs.
  1195.  
  1196. Specifying the Thread
  1197. ---------------------
  1198.  
  1199. The default is to apply the options you choose to all threads (all
  1200. instance's redo logfiles) in the database.  To restrict archiving to a
  1201. single thread, enter the thread number at the <Specific Thread Number>
  1202. prompt, or use [List] to select from a list of threads.  (For
  1203. single-instance ORACLE there is only one thread, so this option is
  1204. irrelevant.)
  1205.  
  1206.  
  1207. <Thread Number List> Dialog Box: Choose a thread from the list and
  1208. select <OK> to approve your choice and return to the main dialog box.
  1209.  
  1210. Selecting Logfiles to Archive
  1211. -----------------------------
  1212.  
  1213. You can choose to archive all unarchived groups, to archive only the
  1214. oldest unarchived group, or to only archive selected groups.
  1215.  
  1216.  
  1217. To archive a specific member of a group, enter the group number, or
  1218. use [List] to select from a list of groups in the <Group Number List>
  1219. dialog box.  If you also specified a thread number, the specified redo
  1220. log file group must be in the specified thread.
  1221.  
  1222.  
  1223. <Group Number List> Dialog Box: Choose a group member from those
  1224. listed and then select <OK> to approve your selection and return to
  1225. the main dialog box.
  1226.  
  1227.  
  1228. To archive an entire group that includes a certain member, specify the
  1229. filename of the member at the <Specific Group Including Member>
  1230. prompt. If you also specified a thread number, the specified redo log
  1231. file group must be in the specified thread.
  1232.  
  1233.  
  1234. When you specify a specific log sequence number, only the logfile you
  1235. specify is archived.
  1236.  
  1237.  
  1238. If you specify a system change number, then SQL*DBA archives all
  1239. unarchived logs up to and including the one containing that SCN.  If
  1240. either the log sequence number or SCN causes the current logfile to be
  1241. selected, then a log switch is forced, and the logfile is archived.
  1242.  
  1243.  
  1244. Choosing <All Current Redo Information> is the same as specifying the
  1245. current SCN, whatever it happens to be at the time.
  1246.  
  1247. Setting Archive Destination
  1248. ---------------------------
  1249.  
  1250. The default archive destination is specified by the initialization
  1251. parameter LOG_ARCHIVE_DEST, unless that destination has been changed
  1252. with the ALTER SYSTEM ARCHIVE LOG command.
  1253.  
  1254. To change the archive destination for the current archive operation,
  1255. fill in the new destination at the <New Archive Destination> prompt.
  1256. The change is effective for this archive only.  Any subsequent
  1257. automatic archives will continue to go to the default destination.
  1258.  
  1259. Command equivalent: ALTER SYSTEM ARCHIVE LOG ... (SQL) (where "..." is
  1260. anything but STOP or START)
  1261.  
  1262. Privilege Required:  ALTER SYSTEM
  1263.  
  1264. If you are using Trusted ORACLE in DBMS MAC mode, your current DBMS
  1265. label must be at the label equivalent of DBHIGH.
  1266.  
  1267. For more information, see: ORACLE7 Server Administrator's Guide, and
  1268. the Trusted ORACLE7 Server Administrator's Guide
  1269.  
  1270.  
  1271.  
  1272.  
  1273.                    L I S T   A R C H I V E   S T A T U S
  1274.  
  1275. This option produces a display containing redo logfile information,
  1276. including archive destination, the sequence number of the next group
  1277. to be archived, the sequence number of the group currently being used,
  1278. and the sequence number of the oldest unarchived group.
  1279.  
  1280. Command equivalent:  ARCHIVE LOG LIST (SQL*DBA)
  1281.  
  1282. Privilege Required: You must be connected as INTERNAL, OSDBA or OPER
  1283.  
  1284. If you are using Trusted ORACLE in DBMS MAC mode, your DBMS label must
  1285. be at the equivalent of DBHIGH.
  1286.  
  1287. For more information, see: ORACLE7 Server Utilities User's Guide and
  1288. the Trusted ORACLE7 Server Administrator's Guide
  1289.  
  1290.  
  1291.  
  1292.  
  1293.                          B A C K U P   M E N U
  1294.  
  1295. The Backup menu provides access to the backup and recovery commands
  1296. available through SQL*DBA.  For more information on the Backup menu
  1297. commands, see the ORACLE7 Server Administrator's Guide.
  1298.  
  1299.  
  1300.  
  1301.  
  1302.        B E G I N   O N L I N E   T A B L E S P A C E   B A C K U P 
  1303.  
  1304. Mark a tablespace before backing it up with an operating system
  1305. command or with the backup utility, so that ORACLE knows that a backup
  1306. was in progress, and not complete, in the event that data recovery
  1307. becomes necessary.
  1308.  
  1309.  
  1310. Choose the tablespace you want to back up, and then press [Execute] or
  1311. choose <OK> to get it ready for the backup.  This is a necessary step
  1312. in order to create a usable backup.  Otherwise, the database cannot be
  1313. reliably restored from the backup--even if recovery occurs without
  1314. error, it may produce inconsistent data.
  1315.  
  1316. Then use SQL*DBA's HOST command, or use the <Session> menu's <Enter
  1317. System Command> option to back up the tablespace with an operating
  1318. system command, or with the backup utility.  (See your users or
  1319. installation guide for details on operating system backups.)
  1320.  
  1321. When the backup is complete, use the <End Online Tablespace Backup>
  1322. option to return the tablespace to its normal state.  Otherwise, when
  1323. the database is shutdown, ORACLE will assume that tablespace recovery
  1324. is necessary when the database is restarted.
  1325.  
  1326. Command equivalent:  ALTER TABLESPACE BEGIN BACKUP (SQL)
  1327.  
  1328. Privilege Required:  ALTER TABLESPACE
  1329.  
  1330. If you are using Trusted ORACLE in DBMS MAC mode, you must have write
  1331. access to the tablespace (your DBMS label must match the object's
  1332. creation label or you must have sufficient MAC privileges).
  1333.  
  1334. For more information, see: ORACLE7 Server Administrator's Guide, and
  1335. the Trusted ORACLE7 Server Administrator's Guide
  1336.  
  1337.  
  1338.  
  1339.  
  1340.        E N D   O N L I N E   T A B L E S P A C E   B A C K U P 
  1341.  
  1342. Inform ORACLE that backup of a tablespace has completed.  This step
  1343. prevents unnecessary tablespace recovery the next time the database is
  1344. started.
  1345.  
  1346.  
  1347. After the backup is complete, select the tablespaces you backed up and
  1348. mark them as ended.
  1349.  
  1350. Command equivalent:  ALTER TABLESPACE END BACKUP (SQL)
  1351.  
  1352. Privilege Required:  ALTER TABLESPACE
  1353.  
  1354. If you are using Trusted ORACLE in DBMS MAC mode, you must have write
  1355. access to the tablespace (your DBMS label must match the object's
  1356. creation label or you must have sufficient MAC privileges).
  1357.  
  1358. For more information, see: ORACLE7 Server Administrator's Guide, and
  1359. the Trusted ORACLE7 Server Administrator's Guide
  1360.  
  1361.  
  1362.  
  1363.  
  1364.                        R E C O V E R   D A T A B A S E
  1365.  
  1366. Perform media recovery on the entire database.
  1367.  
  1368.  
  1369. Choose a full or incomplete recovery.  The choice of incomplete
  1370. recovery depends on your runtime configuration and type of media
  1371. failure. A complete database recovery is necessary if a media failure
  1372. occurred with the database running in NOARCHIVELOG mode.
  1373.  
  1374. If you select an incomplete recovery, you must choose to continue
  1375. recovery until:
  1376.  
  1377.    * you cancel recovery by issuing an ALTER DATABASE RECOVER CANCEL
  1378.      command, 
  1379.    * the SCN specified in the <Until Change> field is reached, or
  1380.    * the time specified in the <Until Time> field is reached.
  1381.  
  1382. Select the appropriate option, and enter a value as necessary.
  1383.  
  1384.  
  1385. You must also indicate whether you want to use a backup version of the
  1386. control file.  You must use the backup control file if the original
  1387. control file is lost or damaged and cannot be restored.
  1388.  
  1389. Command equivalent:  RECOVER DATABASE (SQL*DBA)
  1390.  
  1391. Privilege Required:  ALTER DATABASE
  1392.  
  1393. For more information, see:  ORACLE7 Server Administrator's Guide
  1394.  
  1395.  
  1396.  
  1397.  
  1398.                   R E C O V E R   T A B L E S P A C E S
  1399.  
  1400. Perform media recovery on tablespaces.
  1401.  
  1402.  
  1403. Select the tablespace you need to recover.  Press [Execute] or choose
  1404. <OK> to perform the recovery.  Press [Cancel] or choose the <Cancel>
  1405. button to leave this menu without performing a recovery.
  1406.  
  1407. Command equivalent:  RECOVER TABLESPACE (SQL*DBA)
  1408.  
  1409. Privilege Required:  ALTER DATABASE
  1410.  
  1411. For more information, see:  ORACLE7 Server Administrator's Guide
  1412.  
  1413.  
  1414.  
  1415.  
  1416.                     R E C O V E R   D A T A   F I L E S
  1417.  
  1418. Perform media recovery on data files.
  1419.  
  1420.  
  1421. Select a data file for recovery.  Press [Execute] or choose <OK> to
  1422. perform the recovery.  Press [Cancel] or choose the <Cancel> button to
  1423. leave this menu without performing a recovery.
  1424.  
  1425. Command equivalent:  RECOVER DATAFILE (SQL*DBA)
  1426.  
  1427. Privilege Required:  ALTER DATABASE
  1428.  
  1429. For more information, see:  ORACLE7 Server Administrator's Guide
  1430.  
  1431.  
  1432.  
  1433.  
  1434.                          S E C U R I T Y   M E N U 
  1435.  
  1436. The Security menu provides access to the security commands available
  1437. through SQL*DBA.  For more information on the Security menu commands,
  1438. see the ORACLE7 Server Administrator's Guide.
  1439.  
  1440.  
  1441.  
  1442.  
  1443.                               C R E A T E   U S E R
  1444.  
  1445. Create a user definition.
  1446.  
  1447.  
  1448. Fill in the name of the user you want to establish on the system.  If
  1449. database authentication is desired, choose the <Use Password
  1450. Authentication> option and fill in the user's initial password value.
  1451. If the host operating system is to be used for authentication, choose
  1452. the <Use OS Authentication> option.
  1453.  
  1454.  
  1455. To specify a default tablespace for the user's objects, fill in the
  1456. <Default Tablespace> field or use [List] to select the tablespace from
  1457. the <Default Tablespace List> dialog box. If no tablespace is
  1458. specified, SYSTEM is used.
  1459.  
  1460.  
  1461. <Default Tablespace List> Dialog Box: Select the tablespace from the
  1462. list displayed and press <OK> to return to the main dialog box.
  1463.  
  1464.  
  1465. To specify the user's temporary segment, either fill in the <Temporary
  1466. Tablespace> field or use [List] to select the tablespace from the
  1467. <Temporary Tablespace List> dialog box. The SYSTEM tablespace is used
  1468. as the default.
  1469.  
  1470.  
  1471. <Temporary Tablespace List> Dialog Box: Select the tablespace from the
  1472. list displayed and press <OK> to return to the main dialog box.
  1473.  
  1474.  
  1475. Next, specify the user's quota by typing the value at the <Quotas>
  1476. prompt or using [List] to select from the <Tablespace Quotas> dialog
  1477. box. This quota is the maximum space in the tablespace the user can
  1478. allocate.
  1479.  
  1480.  
  1481. <Tablespace Quotas> Dialog Box: You can choose to allow the user
  1482. unlimited tablespace or to limit the tablespace to a specified number
  1483. of Kbytes or Mbytes for a designated tablespace.
  1484.  
  1485.  
  1486. Use the <Add> and <Remove> commands to add and remove tablespaces from
  1487. the list of tablespace quotas that you want to specify. Press <OK> to
  1488. approve your selections and return to the main dialog box.
  1489.  
  1490.  
  1491. To establish the user's profile, fill in a profile name at the
  1492. <Profile> prompt or use [List] to select from the <Profile List>
  1493. dialog box.
  1494.  
  1495.  
  1496. <Profile List> Dialog Box: Choose a profile from the list displayed
  1497. and select <OK> to approve your choice and return to the main dialog
  1498. box.
  1499.  
  1500. When you are finished selecting your options, press [Execute] or
  1501. choose <OK> to create the user.  To set a user's default role, use the
  1502. ALTER USER menu option.
  1503.  
  1504. Command equivalent:  CREATE USER (SQL)
  1505.  
  1506. Privilege Required:  CREATE USER
  1507.  
  1508. If you are using Trusted ORACLE in DBMS MAC mode, to assign a default
  1509. role to the user, your DBMS label must dominate the creation label of
  1510. the role.  To assign a default or temporary tablespace to the user,
  1511. your DBMS label and the user's creation label must dominate the
  1512. creation label of the tablespace.  To assign a profile to the user,
  1513. your DBMS label (and consequently, the user's creation label) must
  1514. dominate the creation label of the profile.
  1515.  
  1516. Usage Notes
  1517.  
  1518. If you are using Trusted ORACLE in either DBMS MAC or OS MAC mode,
  1519. users are automatically labeled at your current DBMS label.
  1520.  
  1521. For more information, see: ORACLE7 Server Concepts Manual and the
  1522. Trusted ORACLE7 Server Administrator's Guide
  1523.  
  1524.  
  1525.  
  1526.  
  1527.                             A L T E R   U S E R
  1528.  
  1529. Alter a user definition.
  1530.  
  1531.  
  1532. Select the name of the user definition you want to change.   
  1533.  
  1534.  
  1535. Choose <Change Password> to change an existing user's password, or
  1536. fill in a new user's initial database password.
  1537.  
  1538.  
  1539. Choose <Change to OS Authentication> to rely on the operating system's
  1540. user authentication.
  1541.  
  1542.  
  1543. To change the user's default tablespaces, enter a name in the <Default
  1544. Object Tablespace> field or use [List] to select the tablespace from
  1545. the <Tablespace List> dialog box.
  1546.  
  1547.  
  1548. <Tablespace List> Dialog Box: Choose a tablespace from the list of
  1549. those available, and select <OK> to approve your choice and return to
  1550. the main dialog box.
  1551.  
  1552.  
  1553. To change the user's temporary segment, enter a name in the <Temp
  1554. Segment Tablespace> field, or use [List] to select the tablespace from
  1555. the <Tablespace List> dialog box.
  1556.  
  1557.  
  1558. To change the user's quota, enter a specification in the <Quota>
  1559. field, or use [List] to fill in specifications using the <Tablespace
  1560. Quotas> dialog box.
  1561.  
  1562.  
  1563. <Tablespace Quotas> Dialog Box: You can choose to allow the user
  1564. unlimited tablespace or to limit the tablespace to a specified number
  1565. of Kbytes or Mbytes for a designated tablespace.
  1566.  
  1567.  
  1568. Use the <Add> and <Remove> commands to add and remove tablespaces from
  1569. the list of tablespace quotas that you want to specify. Press <OK> to
  1570. approve your selections and return to the main dialog box.
  1571.  
  1572.  
  1573. To change the user's profile, fill in a profile name or use [List] to
  1574. select from the <Profile List> dialog box.
  1575.  
  1576.  
  1577.  
  1578. <Profile List> Dialog Box: Choose a profile from the list displayed
  1579. and select <OK> to approve your choice and return to the main dialog
  1580. box.
  1581.  
  1582.  
  1583. To set or change the user's list of default roles enter a list of
  1584. roles separated by commas at the <Default Roles> prompt, or use [List]
  1585. to bring up the <Role List> dialog box.
  1586.  
  1587.  
  1588. <Role List> Dialog Box: Make your choice of role assignments by
  1589. selecting the roles to assign.  Press [Execute] or choose <OK> to
  1590. indicate that you have finished making choices and return to the
  1591. <Alter User> dialog.
  1592.  
  1593. When you are finished making changes at the <Alter User> dialog, press
  1594. [Execute] or choose <OK> to make them effective.  Press [Cancel] or
  1595. choose the <Cancel> button to leave the user definition unchanged.
  1596.  
  1597. Command equivalent:  ALTER USER (SQL)
  1598.  
  1599. Privilege Required:  ALTER USER
  1600.  
  1601. If you are using Trusted ORACLE in DBMS MAC mode, you must have write
  1602. access to the user (your DBMS label must match the user's creation
  1603. label or you must have sufficient MAC privileges).
  1604.  
  1605. To assign a default role to a user, you must have read access to the
  1606. role (your DBMS label must dominate the role's creation label or you
  1607. must have sufficient MAC privileges), your DBMS label must match the
  1608. user's creation label, and the user's creation label must dominate
  1609. that of the role.
  1610.  
  1611. To assign a default or temporary tablespace to a user, both you and
  1612. the user must have read access to the tablespace.
  1613.  
  1614. To assign a profile to a user, you must have write access to the user
  1615. and both you and the user must have read access to the profile.
  1616.  
  1617. For more information, see: ORACLE7 Server Concepts Manual, and the
  1618. Trusted ORACLE7 Server Administrator's Guide
  1619.  
  1620.  
  1621.  
  1622.  
  1623.                            D R O P   U S E R
  1624.  
  1625. Drop a user definition.
  1626.  
  1627.  
  1628. Select the user definition you want to drop.  
  1629.  
  1630.  
  1631. If you want to drop all of the objects in the user's schemas well,
  1632. choose <Including Associated Schema Objects>.  If this option is not
  1633. chosen, and the associated schema is not empty, the user definition is
  1634. not dropped.
  1635.  
  1636. Command equivalent:  DROP USER (SQL)
  1637.  
  1638. Privilege Required:  DROP USER
  1639.  
  1640. If you are using Trusted ORACLE in DBMS MAC mode, you must have write
  1641. access to the user (your DBMS label must match the user's creation
  1642. label or you must have sufficient MAC privileges).
  1643.  
  1644. For more information, see: ORACLE7 Server Concepts Manual, and the
  1645. Trusted ORACLE7 Server Administrator's Guide
  1646.  
  1647.  
  1648.  
  1649.  
  1650.                         C R E A T E   R O L E
  1651.  
  1652. Define an abstract category of users so that you can grant or revoke
  1653. privileges on all users in that category with one operation.
  1654.  
  1655.  
  1656. Fill in the name of the role you want to create.  Choose the user
  1657. authentication method.  Then press [Execute] or choose <OK> to create
  1658. the role.  Press [Cancel] or choose the <Cancel> button to leave this
  1659. menu without creating a role.
  1660.  
  1661. To set the role's privileges, use the <Grant> and <Revoke> options
  1662. from the <Security> menu.
  1663.  
  1664. Command equivalent:  CREATE ROLE (SQL)
  1665.  
  1666. Privilege Required:  CREATE ROLE
  1667.  
  1668. Usage Notes
  1669.  
  1670. If you are using Trusted ORACLE in either DBMS MAC or OS MAC mode,
  1671. roles are automatically labeled at your current DBMS label.
  1672.  
  1673. For more information, see: ORACLE7 Server Concepts Manual, and the
  1674. Trusted ORACLE7 Server Administrator's Guide
  1675.  
  1676.  
  1677.  
  1678.  
  1679.                            A L T E R   R O L E
  1680.  
  1681. Change the authentication method for a role.
  1682.  
  1683.  
  1684. Select the role you want to change, then choose the new authentication
  1685. method.  This is the only change you can make to a role from this
  1686. menu.  To change the privileges associated with a role, use the
  1687. <Grant> and <Revoke> options from the <Security> menu.
  1688.  
  1689. Command equivalent:  ALTER ROLE (SQL)
  1690.  
  1691. Privilege Required:  ALTER ANY ROLE
  1692.  
  1693. If you are using Trusted ORACLE in DBMS MAC mode, you must have write
  1694. access to the role (your DBMS label must match the object's creation
  1695. label or you must have sufficient MAC privileges).
  1696.  
  1697. For more information, see: ORACLE7 Server Concepts Manual, and the
  1698. Trusted ORACLE7 Server Administrator's Guide
  1699.  
  1700.  
  1701.  
  1702.  
  1703.                          D R O P   R O L E
  1704.  
  1705. Drop a role.
  1706.  
  1707.  
  1708. Select the role you want to drop.  Press [Execute] or choose <OK> to
  1709. perform the drop.  Press [Cancel] or choose the <Cancel> button to
  1710. leave this menu without dropping a role.
  1711.  
  1712. Command equivalent:  DROP ROLE (SQL)
  1713.  
  1714. Privilege Required:  DROP ANY ROLE
  1715.  
  1716. If you are using Trusted ORACLE in DBMS MAC mode, you must have write
  1717. access to the role (your DBMS label must match the object's creation
  1718. label or you must have sufficient MAC privileges).
  1719.  
  1720. For more information, see: ORACLE7 Server Concepts Manual, and the
  1721. Trusted ORACLE7 Server Administrator's Guide
  1722.  
  1723.  
  1724.  
  1725.  
  1726.                        C R E A T E   P R O F I L E
  1727.  
  1728. Create a profile that can be assigned to users in order to limit their
  1729. use of system resources.
  1730.  
  1731. Select the resources you want to limit, and fill in the appropriate
  1732. values.
  1733.  
  1734. Command equivalent:  CREATE PROFILE
  1735.  
  1736. Privilege Required:  CREATE PROFILE
  1737.  
  1738. Usage Notes
  1739.  
  1740. If you are using Trusted ORACLE in either DBMS MAC or OS MAC mode,
  1741. profiles are automatically labeled at your current DBMS label.
  1742.  
  1743. For more information, see: ORACLE7 Server Concepts Manual, the ORACLE7
  1744. Server SQL Language Reference Manual, and the Trusted ORACLE7 Server
  1745. Administrator's Guide
  1746.  
  1747.  
  1748.  
  1749.  
  1750.                           A L T E R   P R O F I L E
  1751.  
  1752. Modify a profile used to limit use of system resources.
  1753.  
  1754.  
  1755. Select the profile that you want to modify.
  1756.  
  1757.  
  1758. Then select the resource limits you want to change, and fill in the
  1759. appropriate values.
  1760.  
  1761. Command equivalent:  ALTER PROFILE
  1762.  
  1763. Privilege Required:  ALTER PROFILE
  1764.  
  1765. If you are using Trusted ORACLE in DBMS MAC mode, you must have write
  1766. access to the profile (your DBMS label must match the object's
  1767. creation label or you must have sufficient MAC privileges).
  1768.  
  1769. For more information, see: ORACLE7 Server Concepts Manual, and the
  1770. Trusted ORACLE7 Server Administrator's Guide
  1771.  
  1772.  
  1773.  
  1774.  
  1775.                            D R O P   P R O F I L E
  1776.  
  1777. Drop a resource-limit profile.
  1778.  
  1779.  
  1780. Select the profile you want to drop.
  1781.  
  1782.  
  1783. If the profile is currently assigned to any users, you must specify
  1784. <Reassign Profile> in order to drop it. Those users are then assigned
  1785. the DEFAULT profile.
  1786.  
  1787. Command equivalent:  DROP PROFILE
  1788.  
  1789. Privilege Required:  DROP PROFILE
  1790.  
  1791. If you are using Trusted ORACLE in DBMS MAC mode, you must have write
  1792. access to the profile (your DBMS label must match the object's
  1793. creation label or you must have sufficient MAC privileges).
  1794.  
  1795. For more information, see: ORACLE7 Server Concepts Manual, and the
  1796. Trusted ORACLE7 Server Administrator's Guide
  1797.  
  1798.  
  1799.  
  1800.  
  1801.                     A L T E R   R E S O U R C E   C O S T
  1802.  
  1803. Specify a formula for calculating the total cost of resources used in
  1804. a session.
  1805.  
  1806. Specify a numeric weight (zero or greater) for each of the resource
  1807. cost factors:
  1808.  
  1809.         * CPU time, in hundredths of seconds
  1810.         * Connect time, in minutes
  1811.         * logical reads, in number of database blocks
  1812.         * private SGA space, in bytes
  1813.  
  1814. The measurements for each session are multiplied by corresponding
  1815. weights and added together to produce a composite measure of resource
  1816. utilization, which is compared against the COMPOSITE_LIMIT specified
  1817. in a resource-limit profile.
  1818.  
  1819. Command equivalent:  ALTER RESOURCE COST (SQL)
  1820.  
  1821. Privilege Required:  ALTER RESOURCE COST
  1822.  
  1823. If you are using Trusted ORACLE in DBMS MAC mode, you must have write
  1824. access to DBLOW (your DBMS label must match DBLOW or you must have
  1825. sufficient writedown MAC privileges).
  1826.  
  1827. For more information, see: The ORACLE7 Server SQL Language Reference
  1828. Manual, and the Trusted ORACLE7 Server Administrator's Guide
  1829.  
  1830.  
  1831.  
  1832.  
  1833.                                G R A N T
  1834.  
  1835. Grant system privileges and roles to a user or to a role.
  1836.  
  1837. System Privileges and Roles to Grant
  1838. ------------------------------------
  1839.  
  1840. Enter a list of system privileges separated by commas, or use [List]
  1841. to bring up the <System Privileges and Role List> dialog box.
  1842.  
  1843.  
  1844. <System Privileges and Role List> Dialog Box: Choose the system
  1845. privileges and roles you want to grant.  Press [Execute] or choose
  1846. <OK> to accept this list and return to the <Grant> menu.
  1847.  
  1848. Users and Roles to Receive Grants
  1849. ---------------------------------
  1850.  
  1851. Enter a list of users and roles to receive the grants, separated by
  1852. commas, or use [List] to bring up the <User and Role List> dialog box.
  1853.  
  1854.  
  1855. <User and Role List> Dialog Box: Choose the users and roles you want
  1856. to grant to.  Press [Execute] or choose <OK> to accept this list and
  1857. return to the <Grant> menu.
  1858.  
  1859.  
  1860. Select the <Allow grantee to grant privilege(s)/role(s) to others>
  1861. option to allow the person receiving the privilege or role to grant
  1862. the privilege or role to another user.
  1863.  
  1864. Command equivalent:  GRANT (SQL)
  1865.  
  1866. Privilege Required: GRANT ANY ROLE, and/or other privileges that
  1867. include the ADMIN option
  1868.  
  1869. If you are using Trusted ORACLE in DBMS MAC mode, to grant a
  1870. privilege, your DBMS label must dominate the label at which the
  1871. privilege was granted to you.  In addition, your DBMS label must
  1872. dominate the creation label of the user or role to whom you are
  1873. granting the privilege.  To grant roles to users, your DBMS label must
  1874. dominate the grant and the creation label of the role.
  1875.  
  1876. Usage Notes
  1877.  
  1878. If you are using Trusted ORACLE in DBMS MAC mode, you can only grant
  1879. privileges and roles at your current DBMS label.
  1880.  
  1881. For more information, see: ORACLE7 Server Concepts Manual and the
  1882. Trusted ORACLE7 Server Administrator's Guide
  1883.  
  1884.  
  1885.  
  1886.  
  1887.                            R E V O K E
  1888.  
  1889. Revoke system privileges and roles from users and from roles.
  1890.  
  1891. System Privileges and Roles to Revoke
  1892. -------------------------------------
  1893.  
  1894. Enter a list of system privileges separated by commas, or use [List]
  1895. to bring up the <System Privilege and Role List> dialog box.
  1896.  
  1897.  
  1898. <System Privilege and Role List> Dialog Box: Choose the system
  1899. privileges and roles you want to revoke.  Press [Execute] or choose
  1900. <OK> to accept this list and return to the <Grant> menu.
  1901.  
  1902. Users and Roles to Revoke From
  1903. ------------------------------
  1904.  
  1905. Enter a list of users and roles to revoke from, separated by commas,
  1906. or use [List] to bring up the <User and Role List> dialog box.
  1907.  
  1908.  
  1909. <User and Role List> Dialog Box: Choose the users and roles you want
  1910. to revoke from.  Press [Execute] or choose <OK> to accept this list
  1911. and return to the <Grant> menu.
  1912.  
  1913. Command equivalent:  REVOKE (SQL)
  1914.  
  1915. Privilege Required: GRANT ANY ROLE and/or other privileges that
  1916. include the ADMIN option
  1917.  
  1918. If you are using Trusted ORACLE in DBMS MAC mode, to revoke system
  1919. privileges and roles from users and roles, you must have write access
  1920. to the grant of the privilege or role (your DBMS label must match the
  1921. label at which the privilege or role was granted or you must have
  1922. sufficient MAC privileges).
  1923.  
  1924. To revoke object privileges for a particular object from users and
  1925. roles, you must have write access to the grant of the privilege (your
  1926. DBMS label must match the label at which the privilege was granted or
  1927. you must have sufficient MAC privileges).
  1928.  
  1929.  
  1930.  
  1931.  
  1932.  
  1933.                      M O N I T O R S   M E N U
  1934.  
  1935. The Monitors menu allows you to dynamically monitor ORACLE to track
  1936. the availability and use of resources. For a complete description of
  1937. the monitors, see the ORACLE7 Server Utilities User's Guide.
  1938.  
  1939.  
  1940.               M U L T I   T H R E A D E D   M O N I T O R
  1941.  
  1942. The multi threaded monitors show information on ORACLE's management
  1943. of multiple sessions on shared servers.
  1944.  
  1945.  
  1946.                S H A R E D   S E R V E R    M O N I T O R
  1947.  
  1948. The shared server monitor displays server processes.
  1949.  
  1950.  
  1951. Enter a server name template, or pattern, to determine which servers are
  1952. displayed. Select a status-pattern or leave the default entry for all status
  1953. values.
  1954.  
  1955. Press [Execute] or select the <Start> button to begin monitoring. Once
  1956. monitoring begins, this buttons name becomes <Restart>. You can change
  1957. the display criteria at any time and press [Execute] or select
  1958. <Restart> to initiate a new display.
  1959.  
  1960.  
  1961.                      D I S P A T C H E R    M O N I T O R
  1962.  
  1963. This monitor displays information on the shared server's dispatcher
  1964. processes.
  1965.  
  1966.  
  1967. Enter a template for the names of dispatcher process IDs you want to 
  1968. monitor. Select a status pattern or leave the default entry for all
  1969. status values.
  1970.  
  1971. Press [Execute] or select the <Start> button to begin monitoring. Once
  1972. monitoring begins, this buttons name becomes <Restart>. You can change
  1973. the display criteria at any time and press [Execute] or select
  1974. <Restart> to initiate a new display.
  1975.  
  1976.  
  1977.                    C I R C U I T   M O N I T O R
  1978.  
  1979. Monitoring begins immediately with this display. Press [Execute] or
  1980. select <Restart> to initiate a new display. The first five columns
  1981. specify a unique system path identified by circuit, server, dispatcher,
  1982. session ID, and session serial number.
  1983.  
  1984. For each path, the monitor shows circuit status, currently active queue,
  1985. number of messages, and total bytes transfered.
  1986.  
  1987.  
  1988.                      Q U E U E   M O N I T O R
  1989.  
  1990. Monitoring begins immediately with this display. Press [Execute] or
  1991. select <Restart> to initiate a new display. The first two columns
  1992. identify a particular queue and the process that owns it. The next 
  1993. three columns identify the number of messages currently in the queue, 
  1994. the total number of messages that have ever been in the queue, and
  1995. the average wait time for each message.
  1996.  
  1997.  
  1998.                    P R O C E S S   M O N I T O R
  1999.  
  2000. The process monitor shows all background and user processes currently
  2001. accessing the database through the current instance.
  2002.  
  2003.  
  2004. Enter the range of ORACLE process IDs that you want to monitor.
  2005. Press [Execute] or select the <Start> button to begin monitoring. Once
  2006. monitoring begins, this buttons name becomes <Restart>. You can change
  2007. the display criteria at any time and press [Execute] or select
  2008. <Restart> to initiate a new display.
  2009.  
  2010.  
  2011.                    S E S S I O N   M O N I T O R
  2012.  
  2013. The session monitor shows statistics and information for each user
  2014. session in the current instance.
  2015.  
  2016.  
  2017. Monitoring begins immediately with this display. Press [Execute] or
  2018. select <Restart> to initiate a new display.
  2019.  
  2020. This display shows the session ID and session serial number currently 
  2021. assigned to the username, the ORACLE Process ID (PID), the session's
  2022. status, ORACLE username, and the most recent SQL statement executed
  2023. in that session.
  2024.  
  2025.  
  2026.                  T A B L E   A C C E S S   M O N I T O R
  2027.  
  2028.  
  2029. You can control the display with any of the following:
  2030.  
  2031.     * Minimum Session ID number
  2032.     * Maximum Session ID number
  2033.     * Schema Filter
  2034.     * Table Filter
  2035.  
  2036. Press [Execute] or select the <Start> button to begin monitoring. Once
  2037. monitoring begins, this buttons name becomes <Restart>. You can change
  2038. the display criteria at any time and press [Execute] or select
  2039. <Restart> to initiate a new display.
  2040.  
  2041.  
  2042.                  S Q L   A R E A    M O N I T O R
  2043.  
  2044. The SQL area monitor shows the memory used to process SQL statements
  2045. that have been, or are being, executed.
  2046.  
  2047.  
  2048. You can specify a pattern in the <Statement Filter> to restrict the
  2049. display. Press [Execute] or select the <Start> button to begin
  2050. monitoring. Once monitoring begins, this buttons name becomes
  2051. <Restart>. You can change the display criteria at any time and press
  2052. [Execute] or select <Restart> to initiate a new display.
  2053.  
  2054.  
  2055.          L I B R A R Y   C A C H E    M O N I T O R
  2056.  
  2057. The library cache monitor shows the activity in, and effectiveness of,
  2058. the library cache.
  2059.  
  2060.  
  2061. Fill in the name of the cache you want to monitor, or leave the
  2062. default value intact to monitor all cache areas. Press [Execute] or
  2063. select the <Start> button to begin monitoring. Once monitoring begins,
  2064. this buttons name becomes <Restart>. You can change the display
  2065. criteria at any time and press [Execute] or select <Restart> to
  2066. initiate a new display.
  2067.  
  2068.  
  2069.                     L A T C H    M O N I T O R
  2070.  
  2071. The latch monitor shows how internal data structure latches are being
  2072. used. Latches protect shared data structures in the SGA.
  2073.  
  2074. Monitoring begins immediately with this display. Press [Execute] or
  2075. select <Restart> to initiate a new display.
  2076.  
  2077.  
  2078.                  L O C K    M O N I T O R 
  2079.  
  2080. The lock monitor monitors database locks.
  2081.  
  2082.  
  2083. Monitoring begins immediately with this display. Press [Execute] or
  2084. select <Restart> to initiate a new display. The combination of 
  2085. Session ID and Serial Number uniquely identifies a user session. The
  2086. values in the Mode Held and Mode Requested columns have the following
  2087. meanings:
  2088.  
  2089.     1 - Null
  2090.     2 - ROW SHARE, SHARE UPDATE
  2091.     3 - ROW EXCLUSIVE
  2092.     4 - SHARE
  2093.     5 - SHARE ROW EXCLUSIVE
  2094.     6 - EXCLUSIVE
  2095.  
  2096.  
  2097.              F I L E   I / O   M O N I T O R
  2098.  
  2099. The file I/O monitor shows the read and write activity on each file
  2100. in the database.
  2101.  
  2102.  
  2103. Enter a filename template, or pattern, to determine which files are
  2104. displayed. Press [Execute] or select the <Start> button to begin
  2105. monitoring. Once monitoring begins, this buttons name becomes
  2106. <Restart>. You can change the display criteria at any time and press
  2107. [Execute] or select <Restart> to initiate a new display.
  2108.  
  2109.  
  2110.     S Y S T E M   I / O   D I S T R I B U T I O N   M O N I T O R
  2111.  
  2112. The system I/O distribution monitor shows the percentage of I/O
  2113. activity generated by each background and user process that is
  2114. accessing the database through the current instance. This information
  2115. indicates relative distributions, not precise counts of I/O
  2116. operations.
  2117.  
  2118. Monitoring begins immediately with this display. Press [Execute] or
  2119. select <Restart> to initiate a new display.
  2120.  
  2121.  
  2122.           R O L L B A C K   S E G M E N T   M O N I T O R
  2123.  
  2124. The rollback segment monitor shows the current status of rollback
  2125. segments.
  2126.  
  2127.  
  2128. Enter a filename template, or pattern, to determine which files are
  2129. displayed. Press [Execute] or select the <Start> button to begin
  2130. monitoring. Once monitoring begins, this buttons name becomes
  2131. <Restart>. You can change the display criteria at any time and press
  2132. [Execute] or select <Restart> to initiate a new display.
  2133.  
  2134.  
  2135.                S T A T I S T I C   M O N I T O R
  2136.  
  2137. The statistic monitors show runtime statistics on system use and
  2138. performance for the current instance. You can choose to show
  2139. statistics for the selected sessions, or system-wide.
  2140.  
  2141.  
  2142.            S E S S I O N   S T A T I S T I C   M O N I T O R
  2143.  
  2144. The session statistic monitor shows runtime statistics on system
  2145. use and performance for selected sessions.
  2146.  
  2147.  
  2148. Fill in the range of sessions you want to monitor. The default is all
  2149. sessions. Then select the types of statistics you want to display. Use
  2150. [Execute] or choose <Restart> to initiate a new display.
  2151.  
  2152.  
  2153.            S Y S T E M   S T A T I S T I C   M O N I T O R
  2154.  
  2155. The system statistic monitor shows runtime statistics on system
  2156. use and performance system-wide.
  2157.  
  2158.  
  2159. Select the types of statistics you want to display. Use [Execute] or
  2160. choose <Restart> to initiate a new display.
  2161.  
  2162.  
  2163.                         H E L P   M E N U
  2164.  
  2165. The Help menu allows you to view a list of help topics, to view a list
  2166. of the function keys that can be used with SQL*DBA, or to receive
  2167. information about the version of SQL*DBA that you are using.
  2168.  
  2169.                              S H O W   K E Y S
  2170.  
  2171. The Show Keys command allows you to view a list of the function keys
  2172. and control key sequences that can be used with SQL*DBA. A brief
  2173. explanation of their function is also provided.
  2174.  
  2175.  
  2176.                             A B O U T   S Q L * D B A
  2177.  
  2178. The About SQL*DBA command allows you to view information about the
  2179. version of SQL*DBA that you are running.
  2180.  
  2181.  
  2182. Select from the list of topics to receive brief information about that
  2183. topic. More detailed information on the use of SQL*DBA is provided in
  2184. the ORACLE7 Server Utilities User's Guide.
  2185.  
  2186. You can also receive help from within a dialog box, by selecting the
  2187. <Help> key. The help information relevant to that dialog box is
  2188. displayed.
  2189.